Skip to content

fix(ci): node latest -> lts#238

Merged
ryoppippi merged 2 commits intomainfrom
fix-ci
Dec 15, 2025
Merged

fix(ci): node latest -> lts#238
ryoppippi merged 2 commits intomainfrom
fix-ci

Conversation

@ryoppippi
Copy link
Copy Markdown
Contributor

@ryoppippi ryoppippi commented Dec 15, 2025

Summary by cubic

Stabilizes the release workflow by switching Node.js to LTS and checking out full git history to prevent versioning issues.

  • Bug Fixes
    • Use Node.js lts/* instead of latest to avoid breaking changes in CI.
    • Set checkout fetch-depth: 0 so release steps can access tags and full history.

Written for commit 6d689ae. Summary will update automatically on new commits.

@ryoppippi ryoppippi requested a review from a team as a code owner December 15, 2025 15:19
Copilot AI review requested due to automatic review settings December 15, 2025 15:19
@ryoppippi ryoppippi changed the title fix(ci): latest -> lts fix(ci): node latest -> lts Dec 15, 2025
@ryoppippi ryoppippi enabled auto-merge (squash) December 15, 2025 15:19
@ryoppippi ryoppippi requested a review from glebedel December 15, 2025 15:19
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Dec 15, 2025

Open in StackBlitz

npm i https://pkg.pr.new/StackOneHQ/stackone-ai-node/@stackone/ai@238

commit: 6d689ae

Copy link
Copy Markdown
Contributor

@glebedel glebedel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ryoppippi ryoppippi merged commit 2485a97 into main Dec 15, 2025
11 checks passed
@ryoppippi ryoppippi deleted the fix-ci branch December 15, 2025 15:26
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves the stability of the release workflow by switching from the 'latest' Node.js version to the Long-Term Support (LTS) version, and adds full git history access during checkout.

  • Changed Node.js version from 'latest' to 'lts/*' for more predictable CI builds
  • Added fetch-depth: 0 to checkout action for full git history access

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants